我给自己的GMYHotSpotView项目 关联了这个 持续集成的工具 .travis.yml文件编写如下
1 | language: objective-c |
Building an Objective-C Project
我后面遇到的一个比较麻烦的问题是:
1 | Check dependencies |
最后修改.travis.yml文件,主要是新增了 CODE_SIGN_IDENTITY=”” CODE_SIGNING_REQUIRED=NO
1 | ## http://lint.travis-ci.org/ |
GitHub上还有一个很完善的YAML配置 https://github.com/BoltsFramework/Bolts-iOS/blob/master/.travis.yml 这个没啥卵用
构建iOS持续集成平台(三)——CI服务器与自动化部署 @infoQ
http://stackoverflow.com/questions/27671854/travis-ci-fails-to-build-with-a-code-signing-error
http://stackoverflow.com/questions/27671854/travis-ci-fails-to-build-with-a-code-signing-error